Passed
Push — main ( eaf03b...1b309e )
by Dylan
04:42
created

jrid

Complexity

Total Complexity 0

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
wmc 0
eloc 3
dl 0
loc 4
c 0
b 0
f 0
ccs 1
cts 1
cp 1
1 1
import version from './version'
2
3
class beepody {
4
  static get version(): string {
5 1
    return version
6
  }
7
}
8
9 1
export default beepody
10 1
export { version }
11
export * from './Beep'
12